home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / internet / immv120.zip / HARSOCK.OC_ / HARSOCK.OC / string.txt next >
Text File  |  1996-11-18  |  2KB  |  52 lines

  1. 1    HARSock Control
  2. 2    HARSock Property Page
  3. 100    General
  4. 102    Windows sockets initialization failed.
  5. 10004    WSAEINTR
  6. 10009    WSAEBADF
  7. 10013    WSAEACCES, the requested address is a broadcast address, but the appropriate flag was not set.
  8. 10014    WSAEFAULT, Internal Socket Error.
  9. 10022    WSAEINVAL, the Socket has not properly bound to an address with Bind.
  10. 10024    WSAEMFILE, no more file descriptors are available.
  11. 10035    WSAEWOULDBLOCK
  12. 10036    WSAEINPROGRESS, a Blocking Windows Socket call in progress.
  13. 10037    WSAEALREADY
  14. 10038    WSAENOTSOCK, the descriptor is not a Socket.
  15. 10039    WSAEDESTADDRREQ, a destination address is required.
  16. 10040    WSAEMSGSIZE, the Socket is of type Datagram, and the datagram is larger than the maximum supoorted by the Windows Sockets implementation.
  17. 10041    WSAEPROTOTYPE
  18. 10042    WSAENOPROTOOPT
  19. 10043    WSAEPROTONOSUPPORT
  20. 10044    WSAESOCKTNOSUPPORT
  21. 10045    WSAEOPNOTSUPP, Socket is not of type Socket Stream.
  22. 10046    WSAEPFNOSUPPORT
  23. 10047    WSAEAFNOSUPPORT, the address in the specified family cannot be used with this socket.
  24. 10048    WSAEADDRINUSE, the specified address is already in use.
  25. 10049    WSAEADDRNOTAVAIL, the specified address is not avilable from the local machine.
  26. 10050    WSAENETDOWN, the Windows Sockets detected that the network subsystem failed.
  27. 10051    WSAENETUNREACH, the network cannot be reached from this host at this time.
  28. 10052    WSAENETRESET, the connection must be reset becasue the Windows Sockets implementation dropped it.
  29. 10053    WSAECONNABORTED, the connection was aborted due to timeout or other failure.
  30. 10054    WSAECONNRESET, the connection was reset by the remote side.
  31. 10055    WSAENOBUFS, no buffer space is available. The Socket cannot be connected.
  32. 10056    WSAEISCONN, the Socket is already connected.
  33. 10057    WSAENOTCONN, the Socket is not connected.
  34. 10058    WSAESHUTDOWN, the Socket has been shutdown, it is not possible to call SEND on a shutdown socket.
  35. 10059    WSAETOOMANYREFS
  36. 10060    WSAETIMEDOUT, the operation has timed out.
  37. 10061    WSAECONNREFUSED, the attempt to connect was forecefully rejected.
  38. 10062    WSAELOOP
  39. 10063    WSAENAMETOOLONG
  40. 10064    WSAEHOSTDOWN
  41. 10065    WSAEHOSTUNREACH
  42. 10066    WSAENOTEMPTY
  43. 10067    WSAEPROCLIM
  44. 10068    WSAEUSERS
  45. 10069    WSAEDQUOT
  46. 10070    WSAESTALE
  47. 10091    WSASYSNOTREADY
  48. 10092    WSAVERNOTSUPPORTED
  49. 10093    WSANOTINITIALISED, Windows Sockets not installed.
  50. 10101    WSAEDISCON
  51. 10102    Cannot Send, Buffer is full.
  52.